home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / wincapt.arj / WINCAP.DEF < prev    next >
Text File  |  1992-03-12  |  550b  |  21 lines

  1. ; Copyright (c) 1992 Microsoft Corporation. All rights reserved.
  2.  
  3. NAME            WINCAP
  4. DESCRIPTION     'Windows Screen Capture Utility'
  5. EXETYPE         WINDOWS
  6. STUB            'WINSTUB.EXE'
  7. CODE            PRELOAD MOVEABLE
  8. DATA            PRELOAD MOVEABLE MULTIPLE
  9. HEAPSIZE        8192
  10. STACKSIZE       12000
  11. EXPORTS         WndProc          @1
  12.                 AboutDlgProc     @2
  13.                 PrintDlgProc     @3
  14.                 SavingDlgProc    @4
  15.                 FullViewWndProc  @5
  16.                 FileSaveHookProc @6
  17.  
  18.  
  19.  
  20.  
  21.